home *** CD-ROM | disk | FTP | other *** search
/ ETO Development Tools 4 / ETO Development Tools 4.iso / Essentials / MacApp Documentation / MacApp.TECH$ Archives / 1990 / May 90 / MacApp.Tech$ 5⁄4⁄90 / 1250-Re finding boot scre-May90 < prev    next >
Encoding:
Text File  |  1991-03-06  |  727 b   |  29 lines  |  [TEXT/GEOL]

  1. Item    2824378                         4-May-90        18:54PDT
  2.  
  3. From:   THOUGHT.SHOP                    Thought Shop, Arvid Jedlicka,PRT
  4.  
  5. To:     DAWSON.M                        Dawson, Mark
  6.  
  7. cc:     MACAPP.TECH$                    MacApp Technical
  8.         THOUGHT.SHOP                    Thought Shop, Arvid Jedlicka,PRT
  9.  
  10. Sub:    re> finding boot screen
  11.  
  12. Mark,
  13.  
  14. One way to find the size screen would be to look at the GDevice.  Something
  15. like this might work.
  16.  
  17. aGDevice = GDHandle;
  18.  
  19. aGDevice := GetMainDevice; {Get device with menu bar on it}
  20.  
  21. aGDevice.gdect contains the boundary rectangle of the device in coordinates
  22. relative to the main device.
  23.  
  24. Chapter 5 in IM5 may help.
  25.  
  26. Arvid Jedlicka
  27. The Thought Shop
  28.  
  29.